home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
comm2
/
mm_1_2.lha
/
MM
/
Rexx
/
MM_WriteLog.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1996-04-30
|
185b
|
16 lines
/*
** This script shows how to use the
** MM_WriteLog command.
*/
address 'MAILMANAGER'
num = 10
string = "I have Imported "num" messages"
say string
MM_WriteLog 'string' 3
say RC